}
// Don't cover up the menu bar
if (y < application.getDesktopTop()) {
y = application.getDesktopTop();
}
// Keep within min/max bounds
}
// Don't cover up the menu bar
if (getY() < application.getDesktopTop()) {
setY(application.getDesktopTop());
}
// Keep within min/max bounds